Learn R Programming

R.huge (version 0.10.1)

[.FileMatrix: Gets a subset of elements of a file matrix

Description

Gets a subset of elements of a file matrix.

Usage

# S3 method for FileMatrix
[(this, i, j, drop=FALSE)

Value

Returns a matrix (or possibly a vector).

Arguments

i

A numeric vector or row indices.

j

A numeric vector or column indices.

drop

If TRUE, if only a single row or column is retrived, it is returned as a vector.

Author

Henrik Bengtsson

See Also

*[<-(). For more information see FileMatrix.